/* Font Montserrat */

@font-face {
	font-family: 'Montserrat';
	font-weight: 300;
    src: url('Montserrat-Light.otf');
}
@font-face{

	font-family: 'Montserrat';
	font-weight: 100;
    src: url('Montserrat-UltraLight.otf');

}
@font-face{

	font-family: 'Montserrat';
	font-weight: 400;
    src: url('Montserrat-Regular.otf');

}

@font-face{

	font-family: 'Montserrat';
	font-weight: 500;
    src: url('Montserrat-SemiBold.otf');

}


@font-face{

	font-family: 'Montserrat';
	font-weight: 700;
    src: url('Montserrat-Bold.otf');

}

@font-face{

	font-family: 'Montserrat';
	font-weight: 900;
    src: url('Montserrat-ExtraBold.otf');

}


